home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set whichclick to the clickOn
- set lCastName to "LButton"
- puppetTransition(0)
- repeat with i = 2 to 3
- set lCastNameComplete to lCastName & string(i)
- set the castNum of sprite whichclick to the number of cast lCastNameComplete
- updateStage()
- end repeat
- repeat with i = 2 down to 1
- set lCastNameComplete to lCastName & string(i)
- set the castNum of sprite whichclick to the number of cast lCastNameComplete
- updateStage()
- end repeat
- repeat while the stillDown
- end repeat
- sound stop 1
- pass()
- end
-